GoXam for WPF v3
AddNodesAndLinks Method
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : AddNodesAndLinks Method
Adds the objects in an IEnumerable to the network.
Syntax
public virtual void AddNodesAndLinks( 
   IEnumerable<Node> nodes,
   IEnumerable<Link> links
)

Parameters

nodes
links
Remarks
This is usually more convenient than repeatedly calling AddNode and AddLink appropriately.
See Also

Reference

GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members